home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / __Packages / CRatsrc.as < prev   
Text File  |  2008-11-12  |  257b  |  16 lines

  1. class CRatsrc
  2. {
  3.    function CRatsrc()
  4.    {
  5.       this.last_bras = -1;
  6.       this.pos_rat_otn = 0;
  7.       this.dir_move = 1;
  8.    }
  9.    function Default()
  10.    {
  11.       this.last_bras = -1;
  12.       this.pos_rat_otn = 0;
  13.       this.dir_move = 1;
  14.    }
  15. }
  16.